projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1c6366
)
(update_dynamic_symbols): Cast arg of fatal_unexec.
author
Dave Love
<fx@gnu.org>
Mon, 25 Nov 2002 19:21:10 +0000
(19:21 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 25 Nov 2002 19:21:10 +0000
(19:21 +0000)
src/unexalpha.c
patch
|
blob
|
history
diff --git
a/src/unexalpha.c
b/src/unexalpha.c
index 9ffeee973b541dc0f2803e704e4a92130aa97285..e4eed3922bd3a76f7075241c8e96dcd992195d79 100644
(file)
--- a/
src/unexalpha.c
+++ b/
src/unexalpha.c
@@
-491,7
+491,7
@@
update_dynamic_symbols (old, new_name, new, aout)
else if (rd_base[i].type == R_REFQUAD)
len = 8;
else
- fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol #%d)", i);
+ fatal_unexec ("unrecognized relocation type in .dyn.rel section (symbol #%d)",
(char *)
i);
SEEK (new, newref, "seeking to dynamic symbol in %s", new_name);
WRITE (new, oldref, len, "writing old dynrel info in %s", new_name);